home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Serious Demos / Symbolic Composer 4.2 / Environment / System / MRAC / Generate / g-set-series < prev    next >
Text File  |  1998-08-11  |  393b  |  10 lines

  1. g-set-series seed type set
  2.  
  3. (g-set-series .23 :integer '(5 3 5 4 5 4 5))
  4. => ((0 1 2 5 6) (0 1 2) (0 1 2 3 7) (0 1 2 6) (0 1 3 5 6) (0 2 3 5) (0 2 3 4 7))
  5.  
  6. (g-set-series .23 :symbol '(5 3 5 4 5 4 5))
  7. => ((a b c f g) (a b c) (a b c d h) (a b c g) (a b d f g) (a c d f) (a c d e h))
  8.  
  9. (g-set-series .23 :interval '(5 3 5 4 5 4 5))
  10. => ((1 1 3 1) (1 1) (1 1 1 4) (1 1 4) (1 2 2 1) (2 1 2) (2 1 1 3))